home *** CD-ROM | disk | FTP | other *** search
- /* ====================
- * V3DHandlerOpenDoc.hh
- * ====================
- *
- * Implemented by V3DHandlerOpenDoc.cc
- */
-
- #pragma once
-
- #include <Files.h>
-
- #include "PedHandlerOpenDoc.hh"
-
- class V3DHandlerOpenDoc : public PedHandlerOpenDoc {
- public:
- V3DHandlerOpenDoc(PedApplication &inApp);
- virtual ~V3DHandlerOpenDoc();
- virtual void DoOpenDoc(FSSpec &inFSS);
- };
-